home *** CD-ROM | disk | FTP | other *** search
- #
- # Title: A Few Example Levels
- # Author: Dan Ackerman
- #
- # mask for puzzles
- # meanings:
- # 0 nothing
- # 1 normal
- # 2 magic
- # 3 spin, 1 hit
- # 4 spin, 2 hit
- # 5 spin, 3 hit
- # 6 spin, 4 hit
- # 9 permanent
- #
- # Lines begining with # are comments
- #
- # No SPACES in data area.
- #
- # Levels can only have 63 blocks
- # 9 columns by 7 rows
- # If you want to use less, fill in space with 0
- #
- # Level 1
- 1,2,1,2,1,2,1,2,1,
- 1,1,1,1,1,1,1,1,1,
- 1,2,1,2,1,2,1,2,1,
- 1,1,1,1,1,1,1,1,1,
- 1,2,1,2,1,2,1,2,1,
- 1,1,1,1,1,1,1,1,1,
- 1,2,1,2,1,2,1,2,1,
- #
- # Level 2
- 9,0,9,0,9,1,1,1,1,
- 0,1,0,1,0,2,2,2,2,
- 1,1,1,1,1,3,3,3,3,
- 2,1,2,0,0,0,2,1,2,
- 1,2,1,2,9,2,1,2,1,
- 1,6,6,6,6,6,6,6,6,
- 1,9,9,9,9,9,9,9,9,